home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01B / L01B2.DIR / Internal_14.ls < prev    next >
Encoding:
Text File  |  2003-06-26  |  118 b   |  8 lines

  1. on reinitActivityT
  2.   if objectp(gameObj) then
  3.     killActorList(gameObj)
  4.   end if
  5.   updateStage()
  6.   go("shuffle")
  7. end
  8.